@font-face {
    font-family: titilliumweb;
    src:
        url(../fonts/titilliumweb/titilliumweb-400.woff2) format("woff2"),
        url(../fonts/titilliumweb/titilliumweb-400.woff) format("woff");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: titilliumWeb;
    src:
        url(../fonts/titilliumweb/titilliumweb-600.woff2) format("woff2"),
        url(../fonts/titilliumweb/titilliumweb-600.woff) format("woff");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: titilliumWeb;
    src:
        url(../fonts/titilliumweb/titilliumweb-700.woff2) format("woff2"),
        url(../fonts/titilliumweb/titilliumweb-700.woff) format("woff");
    font-weight: 700;
    font-display: swap;
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}

@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-1turn);
    }
}

@keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-1turn);
    }
}

@-webkit-keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }

    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }

    0%,
    100%,
    30%,
    70% {
        transform: rotate(0);
    }
}

@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }

    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }

    0%,
    100%,
    30%,
    70% {
        transform: rotate(0);
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

b {
    font-weight: bolder;
}

img {
    border-style: none;
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[hidden] {
    display: none;
}

[data-whatinput="mouse"] *,
[data-whatinput="mouse"] :focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] :focus,
[data-whatintent="mouse"] *,
[data-whatintent="mouse"] :focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] :focus {
    outline: 0;
}

[draggable="false"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

html {
    box-sizing: border-box;
    font-size: 1rem;
}

*,
::after,
::before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: titilliumweb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #204353;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 4px;
    background: 0 0;
    line-height: 1;
    cursor: auto;
}

[data-whatinput="mouse"] button {
    outline: 0;
}

button {
    font-family: inherit;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

b {
    font-weight: 700;
    line-height: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: titilliumweb;
    font-style: normal;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility;
}

.h1,
h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}

.h2,
h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}

.h3,
h3 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}

.h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}

.h5,
h5 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
}

.Bottom-container-3col {
    display: flex;
    width: 100%;
    height: 100px;
    margin-top: 50px;
}

.Bottom-column-3col {
    flex: 1;
    color: white;
    text-align: center;
}

@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .h3,
    h3 {
        font-size: 1.5rem;
    }

    .h4,
    h4 {
        font-size: 1.25rem;
    }

    .h5,
    h5 {
        font-size: 1.125rem;
    }

    .h6,
    h6 {
        font-size: 1.125rem;
    }
}

@media print, screen and (min-width: 64em) {
    .h1,
    h1 {
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2.5rem;
    }

    .h3,
    h3 {
        font-size: 1.625rem;
    }

    .h4,
    h4 {
        font-size: 1.625rem;
    }

    .h5,
    h5 {
        font-size: 1.25rem;
    }

    .h6,
    h6 {
        font-size: 1.125rem;
    }
}

a {
    line-height: inherit;
    color: #8fc7e0;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #67b3d5;
}

a img {
    border: 0;
}

ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.5;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        print-color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.row {
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}

.row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
}

@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

.row:not(.expanded) .row {
    max-width: none;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #c4cbd4;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #16191d;
    transition:
        box-shadow 0.5s,
        border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus {
    outline: 0;
    border: 1px solid #3d91b8;
    background-color: #fff;
    box-shadow: 0 0 0 3px #e5f1f6;
    transition:
        box-shadow 0.5s,
        border-color 0.25s ease-in-out;
}

[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}

::-moz-placeholder {
    color: #cacaca;
}

::placeholder {
    color: #cacaca;
}

[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}

[type="file"] {
    width: 100%;
}

@font-face {
    font-family: iconfont;
    src:
        url(../fonts/iconfont/iconfont.woff) format("woff"),
        url(../fonts/iconfont/iconfont.woff2) format("woff2");
}

.icon:before,
[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-size: 20px;
    font-family: iconfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-warning:before {
    content: "";
}

.button,
.button-ghost {
    padding: 12px 24px;
    display: inline-block;
    margin: 0 0 1rem 0;
    cursor: pointer;
    border-radius: 8px;
    font-family: inherit;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.5;
}

@media print, screen and (min-width: 64em) {
    .button,
    .button-ghost {
        padding: 16px 32px;
    }
}

.par-wrapper-landing-page a::after {
    font-size: 20px;
    font-family: iconfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto 0 auto 10px;
    font-size: 0.75rem;
}

@-webkit-keyframes fade-in {
    from {
        z-index: 500;
        opacity: 1;
    }

    to {
        z-index: -1;
        opacity: 0;
    }
}

@keyframes fade-in {
    from {
        z-index: 500;
        opacity: 1;
    }

    to {
        z-index: -1;
        opacity: 0;
    }
}

@-webkit-keyframes scale-grow {
    from {
        transform: scale(0.95);
    }

    to {
        transform: scale(1);
    }
}

@keyframes scale-grow {
    from {
        transform: scale(0.95);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes scale-shrink {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.95);
    }
}

@keyframes scale-shrink {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.95);
    }
}

@-webkit-keyframes extend-pop {
    0% {
        transform: scale(1) rotate(180deg);
    }

    49% {
        transform: scale(0) rotate(0);
    }

    51% {
        transform: scale(0) rotate(180deg);
    }

    100% {
        transform: scale(1) rotate(180deg);
    }
}

@keyframes extend-pop {
    0% {
        transform: scale(1) rotate(180deg);
    }

    49% {
        transform: scale(0) rotate(0);
    }

    51% {
        transform: scale(0) rotate(180deg);
    }

    100% {
        transform: scale(1) rotate(180deg);
    }
}

@-webkit-keyframes extend-pop-close {
    0% {
        transform: scale(1) rotate(180deg);
    }

    49% {
        transform: scale(0) rotate(180deg);
    }

    51% {
        transform: scale(0) rotate(0);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

@keyframes extend-pop-close {
    0% {
        transform: scale(1) rotate(180deg);
    }

    49% {
        transform: scale(0) rotate(180deg);
    }

    51% {
        transform: scale(0) rotate(0);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    color: #689;
}

.h5,
.h6,
h5,
h6 {
    margin-bottom: 8px;
}

a {
    color: #3d91b8;
}

a:before {
    color: #3d91b8;
}

a:hover {
    color: #306f9c;
}

a:hover:before {
    color: #306f9c;
}

@-webkit-keyframes button-active-animation {
    from {
        background: #008c6a;
    }

    0% {
        background: #008c6a
            radial-gradient(circle at center, #15d0a3 40%, #008c6a 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #15d0a3 40%, #008c6a 40%)
            no-repeat center;
        background-size: 250%;
    }
}

@keyframes button-active-animation {
    from {
        background: #008c6a;
    }

    0% {
        background: #008c6a
            radial-gradient(circle at center, #15d0a3 40%, #008c6a 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #15d0a3 40%, #008c6a 40%)
            no-repeat center;
        background-size: 250%;
    }
}

@-webkit-keyframes button-ghost-active-animation {
    from {
        background: #fff7f7;
    }

    0% {
        background: #fff7f7
            radial-gradient(circle at center, #fceeee 40%, #fff7f7 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #fceeee 40%, #fff7f7 40%)
            no-repeat center;
        background-size: 250%;
    }
}

@keyframes button-ghost-active-animation {
    from {
        background: #fff7f7;
    }

    0% {
        background: #fff7f7
            radial-gradient(circle at center, #fceeee 40%, #fff7f7 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #fceeee 40%, #fff7f7 40%)
            no-repeat center;
        background-size: 250%;
    }
}

.button {
    color: #fff;
    background-color: #15d0a3;
    padding: 12px 24px;
    border: none;
}

.button::before {
    color: #fff;
}

.button:hover {
    color: #fff;
    background-color: #06ae85;
}

.button:hover::before {
    color: #fff;
}

.button:focus {
    color: #fff;
    background-color: #15d0a3;
}

.button:focus::before {
    color: #fff;
}

.button:focus-visible {
    border-color: #15d0a3;
    outline: 3px solid #badcec;
    background-color: #15d0a3;
    outline-offset: 0;
}

.button:active {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: button-active-animation;
    animation-name: button-active-animation;
}

@keyframes button-active-animation {
    from {
        background: #008c6a;
    }

    0% {
        background: #008c6a
            radial-gradient(circle at center, #15d0a3 40%, #008c6a 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #15d0a3 40%, #008c6a 40%)
            no-repeat center;
        background-size: 250%;
    }
}

.button:disabled {
    color: #c4cbd4;
    background-color: #f1f2f4;
    border: 1px solid #f1f2f4;
    padding: calc(0.6875em - 0.0625em) calc(0.9375em - 0.0625em);
}

.button:disabled:active,
.button:disabled:focus,
.button:disabled:focus-visible,
.button:disabled:hover {
    color: #c4cbd4;
    background-color: #f1f2f4;
    border-color: #f1f2f4;
}

.button:disabled:active {
    -webkit-animation-name: none;
    animation-name: none;
}

@keyframes button-ghost-active-animation {
    from {
        background: #fff7f7;
    }

    0% {
        background: #fff7f7
            radial-gradient(circle at center, #fceeee 40%, #fff7f7 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #fceeee 40%, #fff7f7 40%)
            no-repeat center;
        background-size: 250%;
    }
}

.button-ghost {
    color: #fff;
    background-color: #87033e;
    padding: 12px 24px;
    border: 1px solid #fff;
    padding: 0.625em 0.875em;
}

.button-ghost::before {
    color: #fff;
}

.button-ghost:hover {
    color: #e15351;
    background-color: #fff7f7;
    border-color: #e15351;
}

.button-ghost:hover::before {
    color: #e15351;
}

.button-ghost:focus {
    color: #e15351;
    background-color: #fff7f7;
    border-color: #e15351;
}

.button-ghost:focus::before {
    color: #e15351;
}

.button-ghost:focus-visible {
    border-color: #fff7f7;
    outline: 3px solid #fceeee;
    background-color: #fff7f7;
    outline-offset: 0;
}

.button-ghost:active {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: button-ghost-active-animation;
    animation-name: button-ghost-active-animation;
}

@keyframes button-ghost-active-animation {
    from {
        background: #fff7f7;
    }

    0% {
        background: #fff7f7
            radial-gradient(circle at center, #fceeee 40%, #fff7f7 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #fceeee 40%, #fff7f7 40%)
            no-repeat center;
        background-size: 250%;
    }
}

@-webkit-keyframes button-primary-active-animation {
    from {
        background: #306f9c;
    }

    0% {
        background: #306f9c
            radial-gradient(circle at center, #285f78 40%, #306f9c 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #285f78 40%, #306f9c 40%)
            no-repeat center;
        background-size: 250%;
    }
}

@keyframes button-primary-active-animation {
    from {
        background: #306f9c;
    }

    0% {
        background: #306f9c
            radial-gradient(circle at center, #285f78 40%, #306f9c 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #285f78 40%, #306f9c 40%)
            no-repeat center;
        background-size: 250%;
    }
}

img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.row {
    padding-left: 24px;
    padding-right: 24px;
}

@media print, screen and (min-width: 40em) {
    .row {
        max-width: 640px;
    }
}

@media print, screen and (min-width: 48em) {
    .row {
        max-width: 768px;
    }
}

@media print, screen and (min-width: 64em) {
    .row {
        max-width: 1024px;
    }
}

@media screen and (min-width: 80em) {
    .row {
        max-width: 1280px;
    }
}

@media screen and (min-width: 100em) {
    .row {
        max-width: 1280px;
    }
}

@media screen and (min-width: 120em) {
    .row {
        max-width: 1600px;
    }
}

@media print, screen and (min-width: 40em) {
    .row {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print, screen and (min-width: 48em) {
    .row {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print, screen and (min-width: 64em) {
    .row {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 80em) {
    .row {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 100em) {
    .row {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 120em) {
    .row {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.page-wrapper {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

.banner-img {
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
}

@media print, screen and (max-width: 63.99875em) {
    .banner-img {
        position: relative;
        left: 50%;
        width: 100vw;
        margin-left: -50vw;
    }
}

@media print, screen and (min-width: 64em) {
    .banner-img {
        overflow: hidden;
        width: 100%;
        margin-top: 56px;
        margin-bottom: 56px;
        border-radius: 16px;
    }
}

.banner-img img {
    aspect-ratio: 2/1;
}

@media print, screen and (min-width: 40em) {
    .banner-img img {
        aspect-ratio: 3/1;
    }
}

@-webkit-keyframes pulse-default {
    25% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1.1);
    }
}

@keyframes pulse-default {
    25% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse-grow {
    50% {
        transform: scale(1.1);
    }
}

@keyframes pulse-grow {
    50% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse-shrink {
    50% {
        transform: scale(0.9);
    }
}

@keyframes pulse-shrink {
    50% {
        transform: scale(0.9);
    }
}

h1 {
    font-weight: 700;
    line-height: 1.25;
}

@media print, screen and (min-width: 40em) {
    h1 {
        line-height: 1.17;
    }
}

h2 {
    font-weight: 700;
    line-height: 1.17;
}

@media print, screen and (min-width: 40em) {
    h2 {
        line-height: 1.2;
    }
}

h3 {
    font-weight: 600;
    line-height: 1.3;
}

@media print, screen and (min-width: 40em) {
    h3 {
        line-height: 1.31;
    }
}

.banner-container .row p,
.cards-view .cards-views-wrapper .card-basic h3,
.cards-view .cards-views-wrapper .card-ghost h3,
h4,
h5 {
    font-weight: 600;
    line-height: 1.3;
}

.banner-container .row p,
.cards-view .cards-views-wrapper .card-basic h3,
.cards-view .cards-views-wrapper .card-ghost h3 {
    font-size: 1.25rem;
}

@media print, screen and (min-width: 40em) {
    .banner-container .row p,
    .cards-view .cards-views-wrapper .card-basic h3,
    .cards-view .cards-views-wrapper .card-ghost h3 {
        font-size: 1.25rem;
    }
}

@media print, screen and (min-width: 64em) {
    .banner-container .row p,
    .cards-view .cards-views-wrapper .card-basic h3,
    .cards-view .cards-views-wrapper .card-ghost h3 {
        font-size: 1.625rem;
    }
}

h6 {
    text-transform: uppercase;
    color: #285f78;
    font-weight: 600;
    line-height: 1.5;
}

@media print, screen and (min-width: 40em) {
    h6 {
        line-height: 1.44;
    }
}

@-webkit-keyframes callout-ripple {
    0% {
        opacity: 0;
        outline-width: 0;
    }

    50% {
        opacity: 0.5;
        outline-width: 8px;
    }

    100% {
        opacity: 0;
        outline-width: 16px;
    }
}

@keyframes callout-ripple {
    0% {
        opacity: 0;
        outline-width: 0;
    }

    50% {
        opacity: 0.5;
        outline-width: 8px;
    }

    100% {
        opacity: 0;
        outline-width: 16px;
    }
}

@-webkit-keyframes fade-out-up {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -40px);
        opacity: 0;
    }
}

@keyframes fade-out-up {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -40px);
        opacity: 0;
    }
}

@-webkit-keyframes fade-out-down {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 40px);
        opacity: 0;
    }
}

@keyframes fade-out-down {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 40px);
        opacity: 0;
    }
}

header {
    margin-bottom: 24px;
}

.top-header-wrapper .top-header {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    transition: height 0.4s ease;
}

@media print, screen and (min-width: 40em) {
    .top-header-wrapper .top-header {
        max-width: 640px;
    }
}

@media print, screen and (min-width: 48em) {
    .top-header-wrapper .top-header {
        max-width: 768px;
    }
}

@media print, screen and (min-width: 64em) {
    .top-header-wrapper .top-header {
        max-width: 1024px;
    }
}

@media screen and (min-width: 80em) {
    .top-header-wrapper .top-header {
        max-width: 1280px;
    }
}

@media screen and (min-width: 100em) {
    .top-header-wrapper .top-header {
        max-width: 1280px;
    }
}

@media screen and (min-width: 120em) {
    .top-header-wrapper .top-header {
        max-width: 1600px;
    }
}

@media print, screen and (min-width: 40em) {
    .top-header-wrapper .top-header {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print, screen and (min-width: 48em) {
    .top-header-wrapper .top-header {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print, screen and (min-width: 64em) {
    .top-header-wrapper .top-header {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 80em) {
    .top-header-wrapper .top-header {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 100em) {
    .top-header-wrapper .top-header {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 120em) {
    .top-header-wrapper .top-header {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.top-header-wrapper .top-header .top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media print, screen and (min-width: 64em) {
    .top-header-wrapper .top-header .top-header-content {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.banner-container {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 64px 0;
    background: #87033e;
}

@media print, screen and (min-width: 64em) {
    .banner-container {
        padding: 150px 0;
    }
}

.banner-container .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media print, screen and (min-width: 64em) {
    .banner-container .row {
        justify-content: space-between;
    }
}

.banner-container .row h1,
.banner-container .row p {
    color: #fff;
}

.banner-container .row .button-ghost {
    width: 100%;
    text-align: center;
}

@media print, screen and (min-width: 64em) {
    .banner-container .row .button-ghost {
        width: auto;
    }
}

.banner-container .hero-content-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    gap: 15px;
}

@media print, screen and (min-width: 64em) {
    .banner-container .hero-content-image {
        flex-direction: column;
    }
}

.banner-container .hero-content-image img {
    height: 50%;
}

@media print, screen and (min-width: 64em) {
    .banner-container .hero-content-image img {
        height: auto;
    }
}

section {
    margin-top: 32px;
}

@media print, screen and (min-width: 64em) {
    section {
        margin-top: 56px;
    }
}

section h2 {
    margin-bottom: 18px;
}

@media print, screen and (min-width: 64em) {
    section h2 {
        margin-bottom: 40px;
    }
}

section a,
section li,
section p {
    font-size: 1rem;
}

@media print, screen and (min-width: 64em) {
    section a,
    section li,
    section p {
        font-size: 1.125rem;
    }
}

.par-wrapper-landing-page {
    max-width: 768px;
    margin-bottom: 32px;
}

@media print, screen and (min-width: 64em) {
    .par-wrapper-landing-page {
        margin-bottom: 56px;
    }
}

.par-wrapper-landing-page a {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.cards-view {
    position: relative;
}

.cards-view .cards-views-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 32px;
    gap: 18px;
}

@media print, screen and (min-width: 64em) {
    .cards-view .cards-views-wrapper {
        flex-direction: row;
        margin-bottom: 56px;
        gap: 32px;
    }
}

.cards-view .cards-views-wrapper .card-basic,
.cards-view .cards-views-wrapper .card-ghost {
    position: relative;
    height: auto;
    padding: 18px 18px 32px;
    border: 1px solid #bc0;
    border-radius: 8px;
}

@media print, screen and (min-width: 64em) {
    .cards-view .cards-views-wrapper .card-basic,
    .cards-view .cards-views-wrapper .card-ghost {
        flex: calc(50% - 30px);
        padding: 32px 32px 64px;
    }
}

.cards-view .cards-views-wrapper .card-basic:hover:after,
.cards-view .cards-views-wrapper .card-ghost:hover:after {
    transform: translate(8px, 0);
}

.cards-view .cards-views-wrapper .card-basic .card-ghost:hover,
.cards-view .cards-views-wrapper .card-ghost .card-ghost:hover {
    color: #306f9c;
}

.cards-view .cards-views-wrapper .card-basic {
    background: #024;
}

.cards-view .cards-views-wrapper .card-basic a,
.cards-view .cards-views-wrapper .card-basic h3,
.cards-view .cards-views-wrapper .card-basic p {
    color: #fff;
}

footer {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 32px;
    margin-left: -50vw;
    padding: 32px 0;
    background: #f4f8fb;
}

@media print, screen and (min-width: 64em) {
    footer {
        margin-top: 56px;
        padding: 56px 0;
    }
}

footer .footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0;
}

@media print, screen and (min-width: 40em) {
    footer .footer-wrapper {
        max-width: 640px;
    }
}

@media print, screen and (min-width: 48em) {
    footer .footer-wrapper {
        max-width: 768px;
    }
}

@media print, screen and (min-width: 64em) {
    footer .footer-wrapper {
        max-width: 1024px;
    }
}

@media screen and (min-width: 80em) {
    footer .footer-wrapper {
        max-width: 1280px;
    }
}

@media screen and (min-width: 100em) {
    footer .footer-wrapper {
        max-width: 1280px;
    }
}

@media screen and (min-width: 120em) {
    footer .footer-wrapper {
        max-width: 1600px;
    }
}

@media print, screen and (min-width: 40em) {
    footer .footer-wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print, screen and (min-width: 48em) {
    footer .footer-wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print, screen and (min-width: 64em) {
    footer .footer-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 80em) {
    footer .footer-wrapper {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 100em) {
    footer .footer-wrapper {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 120em) {
    footer .footer-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

footer .footer-wrapper .footer-content {
    display: flex;
    justify-content: space-between;
}

@media print, screen and (min-width: 64em) {
    footer .footer-wrapper .footer-content {
        align-items: center;
    }
}

footer .footer-wrapper .footer-content .link-wrapper a {
    text-decoration: underline;
}

footer .footer-wrapper .footer-content .link-wrapper .link-gov a {
    text-decoration: none;
}

footer {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 32px 0;
    background: #f4f8fb;
    margin-top: 32px;
}

@media print, screen and (min-width: 64em) {
    footer {
        margin-top: 56px;
        padding: 56px 0;
    }
}

footer .footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0;
}

@media print, screen and (min-width: 40em) {
    footer .footer-wrapper {
        max-width: 640px;
    }
}

@media print, screen and (min-width: 48em) {
    footer .footer-wrapper {
        max-width: 768px;
    }
}

@media print, screen and (min-width: 64em) {
    footer .footer-wrapper {
        max-width: 1024px;
    }
}

@media screen and (min-width: 80em) {
    footer .footer-wrapper {
        max-width: 1280px;
    }
}

@media screen and (min-width: 100em) {
    footer .footer-wrapper {
        max-width: 1280px;
    }
}

@media screen and (min-width: 120em) {
    footer .footer-wrapper {
        max-width: 1600px;
    }
}

@media print, screen and (min-width: 40em) {
    footer .footer-wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print, screen and (min-width: 48em) {
    footer .footer-wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print, screen and (min-width: 64em) {
    footer .footer-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 80em) {
    footer .footer-wrapper {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 100em) {
    footer .footer-wrapper {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 120em) {
    footer .footer-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

footer .footer-wrapper .footer-content {
    display: flex;
    justify-content: space-between;
}

@media print, screen and (min-width: 64em) {
    footer .footer-wrapper .footer-content {
        align-items: center;
    }
}

footer .footer-wrapper .footer-content .link-wrapper a {
    text-decoration: underline;
}

footer .footer-wrapper .footer-content .link-wrapper .link-gov a {
    text-decoration: none;
}

@media print, screen and (min-width: 64em) {
    .logo-wrapper {
        margin-right: auto;
        padding-left: 0;
    }
}

.logo-wrapper .logo {
    display: block;
    height: 40px;
}

@media print, screen and (min-width: 64em) {
    .logo-wrapper .logo {
        height: 56px;
        transition: height 0.4s ease;
    }
}

.logo-wrapper .logo img {
    height: 100%;
    width: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
}

.block-languageswitcher .links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    gap: 4px;
    list-style: none;
}

.block-languageswitcher .links li.is-active .language-link {
    color: #e15351;
    background: #fceeee;
    font-weight: 600;
}

.block-languageswitcher .links .language-link {
    display: block;
    min-width: 25px;
    padding: 4px 8px;
    transition: color, background;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    border-radius: 3px;
    background: rgba(204, 204, 204, 0);
    font-size: 1rem;
    line-height: 1.5;
}

@keyframes button-active-animation {
    from {
        background: #008c6a;
    }

    0% {
        background: #008c6a
            radial-gradient(circle at center, #15d0a3 40%, #008c6a 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #15d0a3 40%, #008c6a 40%)
            no-repeat center;
        background-size: 250%;
    }
}

.link-wrapper {
    display: flex;
    flex-flow: column;
}

@media screen and (min-width: 80em) {
    .link-wrapper {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
}

@media print, screen and (min-width: 64em) {
    .link-wrapper--gov {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
}

.link-wrapper .img-gov {
    max-width: 30px;
}

.link-wrapper .link-gov {
    display: none;
}

@media print, screen and (min-width: 64em) {
    .link-wrapper .link-gov {
        display: block;
        font-size: 1rem;
        line-height: 1.4;
    }

    .link-wrapper .link-gov a {
        color: #16191d;
    }

    .link-wrapper .link-gov a:hover {
        text-decoration: underline;
    }
}

@-webkit-keyframes form-dark-mode-submit {
    from {
        background: #285f78;
    }

    0% {
        background: #285f78
            radial-gradient(circle at center, #285f78 40%, #285f78 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #285f78 40%, #285f78 40%)
            no-repeat center;
        background-size: 250%;
    }
}

@keyframes form-dark-mode-submit {
    from {
        background: #285f78;
    }

    0% {
        background: #285f78
            radial-gradient(circle at center, #285f78 40%, #285f78 40%)
            no-repeat center;
        background-size: 100%;
    }

    to {
        background: transparent
            radial-gradient(circle at center, #285f78 40%, #285f78 40%)
            no-repeat center;
        background-size: 250%;
    }
}

.img-1 {
    width: 250px;
}

.img-2 {
    width: 75px;
}

.ol-1 {
    color: #fff;
}

.img-3 {
    width: 320px;
}
